home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / tcsh / dist / imake.config < prev    next >
Encoding:
Text File  |  1991-12-21  |  1.9 KB  |  61 lines

  1. /**/#
  2. /**/# $Id: imake.config,v 1.1 1991/10/13 23:44:48 christos Exp $
  3. /**/#
  4. /**/# config.Imakefile for for tcsh 6.00
  5. /**/# Marc Horowitz, MIT SIPB
  6. /**/#
  7.  
  8. /* installed location of tcsh, if different than the default in
  9.     pathnames.h */
  10. /* #define TcshPath /afs/sipb/project/tcsh/tcsh */
  11.  
  12. /* The following #define's may be used to cause tcsh to link against
  13. these libraries.  If you have one of the machines which is defined in
  14. the Imakefile, the correct libraries will automatically be used.  It's
  15. better to set up new definitions in the Imakefile than to put them
  16. here if you're defining support for a new machine, rather than
  17. configuring for local hacks. */
  18. /* #define UseLibTermcap */
  19. /* #define UseLibCurses */
  20. /* #define UseLibNet */
  21. /* #define UseLibSocket */
  22. /* #define UseLibBsd */
  23. /* #define UseLibC_S */
  24. /* #define UseLibSun */
  25. /* #define UseLibCposix */
  26. /* #define UseLibInet */
  27. /* #define UseLibDir */
  28. /* #define UseLibX */
  29. /* #define UseLibIntl */
  30. /* #define UseLibPosix */
  31. /* #define UseLibDirent */
  32.  
  33. /* define if you want to use gcc.  Your site.def file may already do
  34. this, but it shouldn't hurt. */
  35. /* #define HasGCC */
  36.  
  37. /* define if you have some different compiler than cc or gcc */
  38. /* #define MyCC xlc */
  39.  
  40. /* define if you have Hesiod passwd information, and want tcsh to use it */
  41. /* #define HESIOD */
  42.  
  43. /* defines installation dir if different from /usr/local.  The
  44. executable will be put in DestDir/bin/tcsh, and the man page in
  45. DestDir/man/man1/tcsh.1 */
  46. /* #define DestDir /afs/sipb/project/tcsh */
  47.  
  48. /* define any of the following if you want to change the compiler flags */
  49. /* #define MyCflags */
  50. /* #define MyDefines */
  51. /* #define MyIncludes */
  52. /* #define MyLibs */
  53.  
  54. /* By default, the compiler debug flags are -O.  Define this if you
  55. want them to be something else. */
  56. /* #define CDebugFlags -g -O */
  57.  
  58. /* If you want HOSTTYPE to be something other than the default in
  59. tc.vers.c, define it here */
  60. /* #define HostType decmips */
  61.